Adding a 3D model

You can display custom 3D models in the map environment, with the following:

osmb.addOBJ('sphere.obj', { latitude: 52.519991, longitude: 13.406453 }, { id: "my_object_1", color: 'red'});